add support to install xmlrpc with xml module#175
add support to install xmlrpc with xml module#175myii merged 1 commit intosaltstack-formulas:masterfrom
Conversation
|
@scambra please do if you can. |
|
Hi, i just added my Pull request #177 for bz2 and dba support. So this pull request here would supersede it. |
|
@pather87 I think your pull request is better, supports other distributions, probably better to add xmlrpc to your pull request. I see SUSE installs different packages for xml extension ['php5-xmlreader','php5-xmlwriter','php5-xmlrpc'], so maybe it's better to add 'php' + phpng_version + '-xmlrpc' to Debian and Ubuntu, I don't know if Gentoo or Redhat has separate package for xmlrpc |
|
@scambra Thanks for this and your comments regarding #177. I've used your changes from this PR as mentioned in #177 (comment). You'll see your contribution merged in this commit: 5e04187. Now, you may want to just close this PR. However, ideally you can continue from where we've got to with the merge of #177 and massage this PR into providing |
|
@myii how do you want to add xmlrpc? Add new line to pkgs for xmlrpc as I did? Or add xmlrpc as package dependency to xml line, as it's done for Suse? Do you know how can I check where is php xmlrpc extension in Freebsd, Redhat and Gentoo? I know Arch has xmlrpc extension in php package |
|
@scambra Let's ask the main maintainers of this particular formula. |
|
@scambra most of the time, look in to the distribution package repo is there is a package for the extension, ,or check when php is installed if the module is enabled/available... php is a tricky in the sense that distribution have been packaging this in al sort of ways.. |
|
I have redo this PR to add xmlrpc package to xml module, as it's done in SUSE. |
|
@myii I think it's mergeable, do you? |
|
Sorry @scambra, I didn't notice the new commit. Thanks for the heads-up @n-rodriguez. It's only failing the So changing the commit message: -add xmlrpc package for xml module, as it was done for SUSE
+feat(map): add xmlrpc package for xml module, as it was done for SUSE |
|
🎉 This PR is included in version 0.38.0 🎉 The release is available on GitHub release Your semantic-release bot 📦🚀 |
|
@n-rodriguez And now all of our warning messages from #185 need to be updated because we've got |
can we extract the target version (0.38.x) in pillars? next to the mute_warning and friend. |
|
@n-rodriguez Good idea, we could put something in the map. The only problem is that the |
sadly :/ |
* References: - saltstack-formulas/php-formula#175 (comment) - saltstack-formulas/php-formula#185 (comment) * Ensure this only runs until `v1.0.0` (done in the script)
# [0.2.0](v0.1.1...v0.2.0) (2019-08-03) ### Bug Fixes * **defaults:** update commit message version in `semantic-release` run ([9382692](9382692)) ### Features * **php:** update deprecation version number in `semantic-release` run ([8e2c546](8e2c546)), closes [/github.com/saltstack-formulas/php-formula/pull/175#issuecomment-517492613](https://github.com//github.com/saltstack-formulas/php-formula/pull/175/issues/issuecomment-517492613) [/github.com/saltstack-formulas/php-formula/pull/185#issuecomment-517603898](https://github.com//github.com/saltstack-formulas/php-formula/pull/185/issues/issuecomment-517603898)
* Semi-automated using `ssf-formula` (v0.2.0) * References: - saltstack-formulas#175 (comment) - saltstack-formulas#185 (comment) * Ensure this only runs until `v1.0.0` (done in the script)
## [0.38.1](v0.38.0...v0.38.1) (2019-08-03) ### Bug Fixes * update deprecation version number in `semantic-release` run ([a87fb91](a87fb91)), closes [/github.com//pull/175#issuecomment-517492613](https://github.com//github.com/saltstack-formulas/php-formula/pull/175/issues/issuecomment-517492613) [/github.com//pull/185#issuecomment-517603898](https://github.com//github.com/saltstack-formulas/php-formula/pull/185/issues/issuecomment-517603898)
Added to map.jinja so they can be installed with php:ng:modules
Should I add a state in php:ng for each extension?